ActiveReports 9
ReportParameter Constructor(String,ICollection<Object>)

Parameter Name.
Collection of parameter values.
Initializes a new instance multiple values.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal values As System.Collections.Generic.ICollection(Of Object) _
)
public ReportParameter( 
   System.string name,
   System.Collections.Generic.ICollection<object> values
)

Parameters

name
Parameter Name.
values
Collection of parameter values.
See Also

Reference

ReportParameter Class
ReportParameter Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum